'Declaration Public Overloads Shared Function CreateCommand<TType of processing command.>( _
ByVal imageИзображение для обработки.As Vintasoft.Imaging.VintasoftImage _
) As T (Of TType of processing command.As ProcessingCommandBase)
public static T CreateCommand<T>(
Vintasoft.Imaging.VintasoftImage image
) where T: ProcessingCommandBase
public: static T* CreateCommand<T>(
Vintasoft.Imaging.VintasoftImage* image
) where T: ProcessingCommandBase*
generic<typename T> public:
static T^ CreateCommand(
Vintasoft.Imaging.VintasoftImage^ image
) where T: ProcessingCommandBase^
Parameters
- image
- Изображение для обработки.
Type Parameters
- T
- Type of processing command.